projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43282a6
)
; * etc/NEWS: NEWS followup to recent changes in hi-lock.el.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Apr 2020 06:42:12 +0000
(09:42 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Apr 2020 06:42:12 +0000
(09:42 +0300)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index eefcb0a5027274982d358ca3a3e47e10b4a63ff8..28c01d71f18a753dcee9001322a0a0bce3bdad6e 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-259,11
+259,16
@@
regexp instead.
** Hi-Lock
+---
*** Matching in 'hi-lock-mode' is case-sensitive when regexp contains
upper case characters and `search-upper-case' is non-nil.
'highlight-phrase' also uses 'search-whitespace-regexp'
to substitute spaces in regexp search.
+---
+*** The default value of 'hi-lock-highlight-range' was enlarged.
+The new default value is 2000000 (2 million).
+
** Texinfo
---